home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT10.Dxr / 00089.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  273 b   |  17 lines

  1. on exitFrame
  2.   global voice
  3.   sound stop 2
  4.   if voice = 1 then
  5.     puppetSound("AHOI.AIFF")
  6.   else
  7.     if voice = 2 then
  8.       puppetSound("SHOI.AIFF")
  9.     else
  10.       puppetSound("MHOI.AIFF")
  11.     end if
  12.   end if
  13.   updateStage()
  14.   repeat while soundBusy(1)
  15.   end repeat
  16. end
  17.